This repository was archived by the owner on Apr 9, 2026. It is now read-only.
fix: (EL-4040, 4041) improve image processing and add toggle for proc… - #664
Merged
Conversation
Contributor
🤖 ELITEA SDK Test Results📊 Overall Summary
🔌 Blocked Tests — Automation BugsWarning Environment/infrastructure issues confirmed by rerun. These require TA team verification, not code fixes. [ado] ADO01, ADO02, ADO03, ADO04, ADO05, ADO06, ADO07, ADO08, ADO09, ADO10, ADO11, ADO12, ADO13, ADO14, ADO15, ADO16, ADO17, ADO18, ADO19, ADO20, ADO21, ADO22, ADO23, ADO24, ADO25, ADO26, ADO27, ADO28, ADO29, ADO30, ADO31, ADO32, ADO33, ADO34, ADO35, ADO36, ADO37, ADO38, ADO39, ADO40, ADO41, ADO42 — ADO Personal Access Token (PAT) has expired. The test suite setup step fails with HTTP 401 before any test can execute. All 42 ADO tests are blocked from running.
🐛 Bug ReportsExisting bugs matched (deduplicated):
📋 Per-Suite Detailsado
suites/jira
Generated by ELITEA SDK Test Pipeline |
…essing in Jira and ADO wrappers - Fixed bugs in ADO wrapper: Skip images with empty URLs and handle errors gracefully when parsing attachments or fetching external images. - Added `process_images` toggle in Jira API models and methods to optionally skip image processing for raw content retrieval. - Updated error handling to raise exceptions when LLM is unavailable and processing is enabled. - Documented the new functionality for improved clarity and usability. Fixes: * ProjectAlita/projectalita.github.io#4040 * ProjectAlita/projectalita.github.io#4041
…or Jira and ADO - Updated multiple test cases to include the `process_images` field, set to `false`, to disable image processing for raw content validation. - Adjusted validation logic and expectations in ADO test cases to align with `process_images=false`.
…es=false scenario
breilian
force-pushed
the
fix/image-processing
branch
from
April 6, 2026 06:24
b6feb55 to
196da3d
Compare
breilian
force-pushed
the
fix/image-processing
branch
from
April 6, 2026 06:26
196da3d to
a990192
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…essing in Jira and ADO wrappers
process_imagestoggle in Jira API models and methods to optionally skip image processing for raw content retrieval.Fixes: